From 3377d7b31e74f7df28c905561188e994d6eb40da Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sat, 27 Jul 2019 20:43:44 +0100 Subject: [PATCH] Disable Wayland backend on non-Linux kernels --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4e13f01ad3..52d0f2452a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ gtk+4.0 (3.96.0-2) UNRELEASED; urgency=medium * Mark patches as applied upstream * Don't run dh_missing against debian/install/udeb when not building the udeb. This fixes FTBFS in Architecture: all-only builds. + * Disable Wayland backend on non-Linux kernels -- Simon McVittie Sat, 27 Jul 2019 20:33:30 +0100 diff --git a/debian/rules b/debian/rules index 811a5823cf..f2056ff7d3 100755 --- a/debian/rules +++ b/debian/rules @@ -116,7 +116,7 @@ endif ifeq (linux,$(DEB_HOST_ARCH_OS)) configure_flags_deb += -Dwayland-backend=true else -configure_flags_deb += -Dwayland-backend=true +configure_flags_deb += -Dwayland-backend=false endif configure_flags_udeb = \ -- 2.30.2